home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / boot / bind_namesii.lha / Proto.h < prev    next >
Text File  |  1995-07-28  |  841b  |  31 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* Date.c               */
  6.  
  7.  
  8. /* BindNamesII.c        */
  9.  
  10. Prototype BOOL Test;
  11. Prototype TEXT PathAddChar;
  12. Prototype STRPTR PathStart;
  13.  
  14. /* AssignNode.c         */
  15.  
  16. Prototype struct AssignNode *FindAssignNode( struct MinList *, STRPTR );
  17. Prototype VOID FreePathNode( struct PathNode * );
  18. Prototype VOID FreeAssignNode( struct AssignNode * );
  19. Prototype struct AssignNode *AllocAssignNode( struct MinList *, STRPTR, STRPTR *, BYTE, STRPTR, WORD, WORD );
  20. Prototype VOID FreeAssignList( struct MinList * );
  21. Prototype VOID PrintAssignList( struct MinList * );
  22.  
  23. /* Dos.c                */
  24.  
  25. Prototype VOID PrintError( STRPTR, ... );
  26. Prototype VOID PrintNoMem( VOID );
  27. Prototype LONG HaveProc( STRPTR );
  28. Prototype LONG CreateDirPath( STRPTR );
  29. Prototype VOID ClearProcPath( VOID );
  30. Prototype BOOL AddNameProcPath( STRPTR );
  31.